home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-11-22 | 1.0 KB | 63 lines |
- [SUBJECT]
- Description=Pop-up Image Script
- ImageIndex=1
- Folder=DHTML Graphical Effects
-
-
- [HEAD_TEXT]
- ;<style>
- ;<!--
- ;.popshadow{
- ;position:relative;
- ;left:-5;
- ;top:-5;
- ;filter:shadow(silver,direction=135)
- ;}
- ;-->
- ;</style>
- ;
-
-
- [BODY_TEXT]
- ;
- ;<script language="JavaScript1.2">
- ;
- ;/*
- ;Pop-up Image Script-
- ;⌐ Dynamic Drive (www.dynamicdrive.com)
- ;For full source code, installation instructions,
- ;100's more DHTML scripts, and Terms Of
- ;Use, visit dynamicdrive.com
- ;*/
- ;
- ;function updownshadow(){
- ;if (event.srcElement.className=="popshadow"){
- ;tempobject=event.srcElement
- ;if (event.type=="mousedown"){
- ;tempobject.filters[0].enabled=false
- ;tempobject.style.left=tempobject.style.top=0
- ;}
- ;else{
- ;tempobject.filters[0].enabled=true
- ;tempobject.style.left=tempobject.style.top=-5
- ;}
- ;}
- ;}
- ;
- ;if (document.all){
- ;document.body.onmousedown=updownshadow
- ;document.body.onmouseup=updownshadow
- ;}
- ;
- ;</script>
- ;
- ;<img src="`source_image`" class="popshadow">
- ;
-
-
- [`source_image`]
- Kind=U
- Value=mygif.gif
-
-
-